home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / bench / x.txt / 000070_arice@benchmark-systems.com_Thu Oct 25 10:02:52 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  5KB  |  102 lines

  1. Article: 12883 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.cwix.com!newsfeed.icl.net!news.maxwell.syr.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: arice@benchmark-systems.com (Alan Rice)
  4. Newsgroups: comp.protocols.kermit.misc,comp.unix.aix
  5. Subject: Re: Kermit droping back to a login
  6. Date: 25 Oct 2001 05:43:22 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 83
  9. Message-ID: <d86c5ce1.0110250443.273b22ef@posting.google.com>
  10. References: <d86c5ce1.0110221123.53a7102b@posting.google.com> <9r1sv1$rdc$1@newsmaster.cc.columbia.edu> <d86c5ce1.0110230446.686fdc5@posting.google.com> <9r3rb4$c7t$1@newsmaster.cc.columbia.edu>
  11. NNTP-Posting-Host: 63.170.151.15
  12. Content-Type: text/plain; charset=ISO-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. X-Trace: posting.google.com 1004013802 14532 127.0.0.1 (25 Oct 2001 12:43:22 GMT)
  15. X-Complaints-To: groups-abuse@google.com
  16. NNTP-Posting-Date: 25 Oct 2001 12:43:22 GMT
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12883 comp.unix.aix:224862
  18.  
  19. fdc@watsun.cc.columbia.edu (Frank da Cruz) wrote in message news:<9r3rb4$c7t$1@newsmaster.cc.columbia.edu>...
  20. > In article <d86c5ce1.0110230446.686fdc5@posting.google.com>,
  21. > Alan Rice <arice@benchmark-systems.com> wrote:
  22. > : fdc@watsun.cc.columbia.edu (Frank da Cruz)
  23. > : wrote in message news:<9r1sv1$rdc$1@newsmaster.cc.columbia.edu>...
  24. > : > In article <d86c5ce1.0110221123.53a7102b@posting.google.com>,
  25. > : > Alan Rice <arice@benchmark-systems.com> wrote:
  26. > : > > ...
  27. > : > > When You dail into said box and put kermit into server mode. Every
  28. > : > > thing works find. The moment you issue a finish to take it out of
  29. > : > > server mode it kicks out to a login prompt.
  30. > : > > ...
  31. > : > > Both version kick out to a login prompt.
  32. > : > >
  33. > : > > What am I missing?
  34. > : > >
  35. > : > How are you starting it?  If it's wrapped in a script that contains an
  36. > : > exit command, that might do it, depending on the shell.  If you made
  37. > : > Kermit itself the user's login shell, that would do it too.  It's gotta
  38. > : > be something like that.
  39. > : 
  40. > : I wish it was that simple. I did all the steps manually. I loginto the
  41. > : box, fire up kermit, send it into server mode, escape back, send and
  42. > : get till the cows come home, issue the FINISH command and do a
  43. > : Connect. When I get back to the box it's sitting at a lobin prompt.
  44. > : 
  45. > How are you dialing into AIX?  Direct to a serial port or through a
  46. > terminal server?  The AIX Telnet server (which you might be using if you
  47. > came in through a terminal server) has some quirks, described in Section
  48. > 3.1 of:
  49. >   ftp://kermit.columbia.edu/kermit/test/text/ckubwr.txt
  50. > but the symptom you describe isn't one of them.  I can Telnet into AIX,
  51. > start Kermit in server mode, and then FINISH, re-enter server mode,
  52. > FINISH again, all I want to without a hiccup.
  53. > If you are dialing directly into an AIX serial port, that's a different
  54. > story, but it's also a scenario I can't duplicate for testing.  The most
  55. > likely suspect is Kermit's calls to the /dev/tty driver.  When Kermit
  56. > starts, it gets and saves your terminal modes, and then puts the terminal
  57. > into "CBREAK" mode so it can read a character at a time from your keyboard.
  58. > When it exits, it restores the original terminal modes.  So the first
  59. > question is: can you start Kermit and then immediately EXIT from it without
  60. > getting logged out?
  61. > Next, when Kermit enters either connect (terminal) state or protocol (file
  62. > transfer or server) state, it changes terminal modes again to allow maximum
  63. > transparency.  When it returns to command mode, it restores CBREAK mode.
  64. > So the next question is: can you give Kermit a SEND or RECEIVE command
  65. > without getting logged out after the file transfer is finished?
  66. > If you can, but you still are logged out after sending FINISH, I'd be mighty
  67. > puzzled, since the same thing happens on the server end of FINISH as happens
  68. > when C-Kermit completes a SEND or RECEIVE command.  In fact, I'm mighty
  69. > puzzled anyway, because if AIX C-Kermit had such a fundamental problem,
  70. > there would be angry mobs in the street below.
  71. > I'm copying this reply to the AIX newsgroup in hopes that someone there can
  72. > comment on this scenario: dialing directly into an AIX serial port and
  73. > transferring files with Kermit.  In the past, when serial-port related
  74. > problems have come up with AIX, it seems to have made a big difference which
  75. > kind of serial port it is -- a built-in one, a port on the 128-port
  76. > multiplexer, etc.  AIX patch level also tends to be germane.
  77. > - Frank
  78. > P.S. AIX people: C-Kermit 8.0 is in its final stages of prerelease testing:
  79. >   http://www.columbia.edu/kermit/ck80.html
  80. > I haven't had the range of AIX versions to build and test it on that I
  81. > had in the past, so I'd appreciate it if anybody who has any AIX release
  82. > other than 3.2.5, 4.3.2, and 4.3.3 would please build it, send in a binary,
  83. > and test it to whatever degree they can.
  84.  
  85.  
  86. I am dialing in to the box in question.
  87.  
  88. I can start and stop kermit with no problems. But I can not issue a
  89. SEND or a RECEIVE without it kicking me out to a login prompt.
  90.  
  91. ALan R
  92.